home *** CD-ROM | disk | FTP | other *** search
-
-
-
- 1
-
-
-
- _________ _________ ______ ________
- / / / / \ / \
- / / / / / / /
- /________ / / /_______/ /_________/
- / / / / / /
- ________/ /________/ / / / BOX
- __________________________________________________________
-
- Copyright (c) 1994 Andy Grifo.
-
-
- For use only with the ApT-BBS Conferencing System package.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1
-
-
-
-
-
-
- 2
-
-
- The story of "The WALL!"
-
-
- Walls, OneLiners.. call them what you will, they have all been
- with us for a considerable amount of time and have allowed users to
- leave all forms of "comments,remarks" on just about any subject they
- wish. Users logging onto the system would be presented with the so
- called "wall" to which would contain around 10 or more lines of
- comments. The user would then have the chance of being able to write
- their own comment (one line..) followed by the program exiting.. and
- that, basically, was that, and the story of "The Wall".
-
- "Walls" have become part of a legend in their own right and users have
- always taken to them because it was known that everyone else would see
- the handy work of the user, whatever it might have been.
-
- However, They have always been simple affairs, .. until, that is,of
- the arrival of "SoapBox".
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 2
-
-
-
-
-
-
- 3
-
-
- What this program is intended to do:
-
-
- This program is intended to bring a WALL type environment to your
- BBS system, with a difference. It has various features that have never
- been seen in any other wall-type environment, and is, "The" definite
- wall of the 90's. This is an entirely "original" product, with the
- only non-original aspect being the "idea of the comments on the wall"
- themselves, which gives the system 99% originality.
-
-
- The major features of ApT-SoapBox:
-
- o Can be made resident which allows for faster loading, also
- benefiting multiline system usege.
-
- o The SoapBox can contain a maximum of 57 comment lines (4 pages)
- which can be viewed easily so that if a "thread" is being followed
- users can easily pick up on what is going on or simply view comments
- that may have spanned over a week or so.
-
- o Whenever the SoapBox is used it always positions itself at the very
- last page so that the user sees the "latest" comments straight out.
-
- o Users are able to view WHO typed the comments with the handy "WHO"
- feature, this is a "toggle" switch.
-
- o The ability for the users to SPIT on a users comment - This results
- in the comment background being turned GREEN which normally denotes
- content/dislike/non-agreement/hatred (you get the picture) with a
- comment.
-
- o The ability for the users to POLISH a users comment - This results
- in the comment background being turned BLUE thus denoting that the
- user is showing "agreement/like/respect/etc." with the comment.
-
- o Users are only able to SPIT or POLISH other peoples comments and NOT
- their own.
-
- o The Sysop is allowed to remove a comment that is deemed to be "not-
- required"
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 3
-
-
-
-
-
-
- 4
-
-
- Are they any good?
-
-
- Well, the answer to that is, "it depends on your system, and your
- users", but you will surely find that once the users enter into the
- spirt of the whole idea it becomes a very popular item. The one
- problem with the vast majority of BBS systems is that they rarely give
- the users a chance to "communicate" with other users easily. This
- method allows for users to agree/disagree, shout, moan.. get other
- users angry, or whatever and basically get involved with the other
- users from "day one", and WALLS are basically in essence what bulletin
- boards are about, letting the users "leave a message" for the others
- to see and being sure that they will indeed see that comment.
- Users "without a view" (the ones that simply look and never add
- comments) are also getting the chance to get involved into the spirit
- of the "wall" with the options of being able to "Spit" or "Polish"
- other peoples comments.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 4
-
-
-
-
-
-
- 5
-
-
- Installing ApT-SoapBox
-
-
-
- SoapBox requires the user to be using ANSI-POSITIONING and if the
- user is not doing so then the program will cleanly exit without any
- explanation. This is done for a certain reason which is because that
- normally the SoapBox will be placed within a "Interlogin" sequence of
- a system and then called - If the user does not have the correct flags
- set then the program will exit and your login sequence will continue
- with no messy screens or words to denote the failure of the program.
- However, it IS required to explain to the user WHY the program does
- not work IF it is being used from a "menu" - What should happen here
- is that a check is done to see if the user has the ANSI_POS flag set,
- if not you should explain that it is required in order to use the
- program.
-
- 'gfxflag' "test 1" ; ansipos = result
-
- if(ansipos=1) then do
- 'LOCKDOOR' "apt:modules/SoapBox"
- end ; else do
- 'msg' "%CLS.The SoapBox requires AnsiPositioning to be turned on.\n"
- 'msg' "Press a key to return to the menu %WAITKEY."
- end
-
- The SoapBox can easily be installed by using the 'LOCKDOOR' or
- LockDoor() command(s),
-
- 'LOCKDOOR' "apt:modules/SoapBox"
-
- In normal use the program should be made resident IF it is being
- called within some form of "login procedure" environment. In order to
- do this you should firstly decide on an ALIAS for the command,
- generally SBOX should do the trick, and from your BBS startup script
- you would have something like:
-
- resident SBOX apt:modules/SoapBox
-
- The program would then be called with:
-
- 'LOCKDOOR' "SBOX"
-
- This would speed up the loading because the program resides in memory.
- Also if running a multi-line system this is the choice because the
- same program will service all of the possible lines.
-
-
-
-
-
-
-
-
-
-
- 5
-
-
-
-
-
-
- 6
-
-
- Commands and uses:
-
-
- The SoapBox logic allows it to use various forms of user input in
- order to achieve a goal. Depending on how many pages of comments you
- have will allow the user to page up/down by using the displayed keys
- "onscreen" as well as a combination of the Numeric Keypad functions
- and also the CursorKeys.
-
- If a comment needs to be removed (for whatever reason), then the
- pressing the "R" key will allow this which can only be used by
- the Sysop.
-
- Users that have an access level of 0 can not add any comments to the
- wall.
-
- The other keys and options speak for themselves.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 6
-
-
-
-